aboutsummaryrefslogtreecommitdiff
path: root/packages/web/src/app/api/auth/[...nextauth]/route.ts
blob: 8e8302c8d864242e2d2ee1e487d8a33261062743 (plain) (blame)
1
2
3
import { handlers } from "~/server/auth";

export const { GET, POST } = handlers;